type go/types.importDecl

4 uses

	go/types (current package)
		decl.go#L363: 	importDecl struct{ spec *ast.ImportSpec }
		decl.go#L376: func (d importDecl) node() ast.Node { return d.spec }
		decl.go#L397: 				f(importDecl{s})
		resolver.go#L263: 			case importDecl: